home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Mac Game Programming Gurus
/
TricksOfTheMacGameProgrammingGurus.iso
/
More Source
/
C⁄C++
/
Arashi 1.1
/
Game Source
/
mtz
/
(Misc)
/
GDEF projs
/
ASHIgdef.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-02-15
|
211 b
|
9 lines
|
[
TEXT/KAHL
]
/* return a 1 saying that ARASHI is running */
pascal OSErr main(selector, response)
OSType selector;
long *response;
{
*response = 0x1; /* return a value that will re-enable superclock */
return 0;
}